home *** CD-ROM | disk | FTP | other *** search
- /*****
- $VER: RecentScript YAM PlugIn 1.0 (10.2.97)
-
-
- RecentScript PlugIn for E-Mail Reader YAM.
-
- Starts the MUIRexx application 'RecentScript' with the
- currently selected mail in the message list window as
- argument.
- *****/
-
- options results
-
- address 'YAM'
-
- GetMailInfo File
- filename=result
-
- address command 'MUIRexx:MUIRexx "MUIRexx:RecentScript/RecentScript.rexx 'filename'" PORT RECENTSCRIPT'
-
- exit
-